home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-01-07 | 1.4 KB | 48 lines | [TEXT/MPS ] |
- #
- #
- # Sample Source Code by Jack A. Littleton
- #
- # Example List Manager Application--TextList
- # -------------------------------------------
- #
- # PTextList.make -- Makefile for PTextList
- # This file and all files in this package are copyright © 1989 by
- # Jack A. Littleton, All rights reserved.
- # Version 1.0 - January 1, 1989
- #
- # This package includes:
- # TextList.r -- Rez source code for all files
- # TextList.c -- C source code
- # TextList.p -- Pascal source code
- # PTextList.r -- Pascal-specific Rez source code
- # CTextList.r -- C-specific Rez source code
- # PTextList.make -- This file
- # CTextList.make -- Makefile for C TextList application
- #
- # SampleList.txt -- Documentation for this package
- #
- #
- # File: PTextList.make
- # Target: PTextList
- # Sources: TextList.p TextList.r
- # Created: Thursday, December 7, 1989 16:40:17
-
- SourceFile = TextList
- Lang = P
- BinFile = {Lang}{SourceFile}
- ObjFiles = {SourceFile}.{Lang}.o ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"Runtime.o ∂
- "{PLibraries}"PasLib.o ∂
- "{PLibraries}"SANELib.o
- FType = APPL
- FCreator = PASh
-
- {BinFile} ƒƒ {ObjFiles} {BinFile}.make
- Link -o {Targ} -w -t {FType} -c {FCreator} {ObjFiles} && ∂
- SetFile {BinFile} -a B && ∂
- Save {TargDir}{SourceFile}.{Lang}
-
- {BinFile} ƒƒ {SourceFile}.r {BinFile}.make
- Rez {SourceFile}.r -append -o {Targ} && ∂
- Rez {Lang}{SourceFile}.r -append -o {Targ}